Html Css Color HEX #368741 Japanese Laurel

📋 copy color: '#368741'

red 54 ◦ green 135 ◦ blue 65

#368741
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #368741

Tints of Japanese Laurel #368741

RGB

 RED value IS 54 (21.48% from 255) = 21.26%

 GREEN value IS 135 (53.13% from 255) = 53.15%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 21.26%
G = 53.15%
B = 25.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#368741 (or 0x368741) is known color: Japanese Laurel. HEX triplet: 36, 87 and 41. RGB value is (54,135,65). Sum of RGB (Red+Green+Blue) = 54+135+65=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #368741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368741 is #C978BE. Grayscale: #676767. Windows color (decimal): -13203647 or 4294454. OLE color: 4294454.

HSL color Cylindrical-coordinate representation of color #368741: hue angle of 128.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368741 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 135 65 -
CMYK 0.60 0 0.52 0.47
HSL 128.15º 0.43% 0.37% -
HSV(B) 128.15º 0.6% 0.53% -
XYZ 11.14 18.49 7.98 -
YUV 102.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 54 135 65 0.60 0 0.52 0.47 128.15 0.43 0.37
Hex 36 87 41 3C 0 34 2F 80 2B 25
Octal 66 207 101 74 0 64 57 200 53 45
Binary 110110 10000111 1000001 111100 0 110100 101111 10000000 101011 100101

Color Harmonies of #368741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368741

Black with #368741

Text Example


Text Example

White with #368741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368741; }

 p { color: rgb(54,135,65); }

 H1.HeaderClassName
 {
   color: #368741;
 }
 .AnyTagClassName
 {
   color: #368741;
 }
</style>

background-color css

<style>
 a { background-color: #368741; }

 a { background-color: rgb(54,135,65); }

 div.DivClassName
 {
   background-color: #368741;
 }
 .BgClassName
 {
   background-color: #368741;
 }
</style>

border-color css

<style>
 span { border-color: #368741; }

 span { border-color: rgb(54,135,65); }

 td.TdClassName
 {
   border-color: #368741;
 }
 .TagClassName
 {
   border-color: #368741;
 }
</style>