Html Css Color HEX #368442 Japanese Laurel

📋 copy color: '#368442'

red 54 ◦ green 132 ◦ blue 66

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

Shades of Japanese Laurel #368442

Tints of Japanese Laurel #368442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 21.43%
G = 52.38%
B = 26.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#368442 (or 0x368442) is known color: Japanese Laurel. HEX triplet: 36, 84 and 42. RGB value is (54,132,66). Sum of RGB (Red+Green+Blue) = 54+132+66=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #368442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368442 is #C97BBD. Grayscale: #656565. Windows color (decimal): -13204414 or 4359222. OLE color: 4359222.

HSL color Cylindrical-coordinate representation of color #368442: hue angle of 129.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368442 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 66 -
CMYK 0.59 0 0.5 0.48
HSL 129.23º 0.42% 0.36% -
HSV(B) 129.23º 0.59% 0.52% -
XYZ 10.76 17.68 8 -
YUV 101.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 54 132 66 0.59 0 0.5 0.48 129.23 0.42 0.36
Hex 36 84 42 3B 0 32 30 81 2A 24
Octal 66 204 102 73 0 62 60 201 52 44
Binary 110110 10000100 1000010 111011 0 110010 110000 10000001 101010 100100

Color Harmonies of #368442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368442

Black with #368442

Text Example


Text Example

White with #368442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368442; }

 p { color: rgb(54,132,66); }

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

background-color css

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

 a { background-color: rgb(54,132,66); }

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

border-color css

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

 span { border-color: rgb(54,132,66); }

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