Html Css Color HEX #368532 Japanese Laurel

📋 copy color: '#368532'

red 54 ◦ green 133 ◦ blue 50

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

Shades of Japanese Laurel #368532

Tints of Japanese Laurel #368532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 22.78%
G = 56.12%
B = 21.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#368532 (or 0x368532) is known color: Japanese Laurel. HEX triplet: 36, 85 and 32. RGB value is (54,133,50). Sum of RGB (Red+Green+Blue) = 54+133+50=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #368532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368532 is #C97ACD. Grayscale: #646464. Windows color (decimal): -13204174 or 3310902. OLE color: 3310902.

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

Color convert

RGB 54 133 50 -
CMYK 0.59 0 0.62 0.48
HSL 117.11º 0.45% 0.36% -
HSV(B) 117.11º 0.62% 0.52% -
XYZ 10.48 17.79 5.9 -
YUV 99.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 54 133 50 0.59 0 0.62 0.48 117.11 0.45 0.36
Hex 36 85 32 3B 0 3E 30 75 2D 24
Octal 66 205 62 73 0 76 60 165 55 44
Binary 110110 10000101 110010 111011 0 111110 110000 1110101 101101 100100

Color Harmonies of #368532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368532

Black with #368532

Text Example


Text Example

White with #368532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368532; }

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

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

background-color css

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

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

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

border-color css

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

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

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