Html Css Color HEX #367A41 Japanese Laurel

📋 copy color: '#367A41'

red 54 ◦ green 122 ◦ blue 65

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

Shades of Japanese Laurel #367A41

Tints of Japanese Laurel #367A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.62%

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

R = 22.41%
G = 50.62%
B = 26.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#367A41 (or 0x367A41) is known color: Japanese Laurel. HEX triplet: 36, 7A and 41. RGB value is (54,122,65). Sum of RGB (Red+Green+Blue) = 54+122+65=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #367A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A41 is #C985BE. Grayscale: #5F5F5F. Windows color (decimal): -13206975 or 4291126. OLE color: 4291126.

HSL color Cylindrical-coordinate representation of color #367A41: hue angle of 129.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A41 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 122 65 -
CMYK 0.56 0 0.47 0.52
HSL 129.71º 0.39% 0.35% -
HSV(B) 129.71º 0.56% 0.48% -
XYZ 9.43 15.08 7.42 -
YUV 95.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 54 122 65 0.56 0 0.47 0.52 129.71 0.39 0.35
Hex 36 7A 41 38 0 2F 34 82 27 23
Octal 66 172 101 70 0 57 64 202 47 43
Binary 110110 1111010 1000001 111000 0 101111 110100 10000010 100111 100011

Color Harmonies of #367A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A41

Black with #367A41

Text Example


Text Example

White with #367A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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