Html Css Color HEX #368542 Japanese Laurel

📋 copy color: '#368542'

red 54 ◦ green 133 ◦ blue 66

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

Shades of Japanese Laurel #368542

Tints of Japanese Laurel #368542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

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

R = 21.34%
G = 52.57%
B = 26.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#368542 (or 0x368542) is known color: Japanese Laurel. HEX triplet: 36, 85 and 42. RGB value is (54,133,66). Sum of RGB (Red+Green+Blue) = 54+133+66=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #368542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368542 is #C97ABD. Grayscale: #656565. Windows color (decimal): -13204158 or 4359478. OLE color: 4359478.

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

Color convert

RGB 54 133 66 -
CMYK 0.59 0 0.50 0.48
HSL 129.11º 0.42% 0.37% -
HSV(B) 129.11º 0.59% 0.52% -
XYZ 10.89 17.95 8.05 -
YUV 101.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 54 133 66 0.59 0 0.50 0.48 129.11 0.42 0.37
Hex 36 85 42 3B 0 32 30 81 2A 25
Octal 66 205 102 73 0 62 60 201 52 45
Binary 110110 10000101 1000010 111011 0 110010 110000 10000001 101010 100101

Color Harmonies of #368542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368542

Black with #368542

Text Example


Text Example

White with #368542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368542; }

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

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

background-color css

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

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

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

border-color css

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

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

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