Html Css Color HEX #368533 Japanese Laurel

📋 copy color: '#368533'

red 54 ◦ green 133 ◦ blue 51

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

Shades of Japanese Laurel #368533

Tints of Japanese Laurel #368533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 22.69%
G = 55.88%
B = 21.43%

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

#368533 (or 0x368533) is known color: Japanese Laurel. HEX triplet: 36, 85 and 33. RGB value is (54,133,51). Sum of RGB (Red+Green+Blue) = 54+133+51=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #368533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368533 is #C97ACC. Grayscale: #646464. Windows color (decimal): -13204173 or 3376438. OLE color: 3376438.

HSL color Cylindrical-coordinate representation of color #368533: hue angle of 117.8º 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 #368533 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 51 -
CMYK 0.59 0 0.62 0.48
HSL 117.8º 0.45% 0.36% -
HSV(B) 117.8º 0.62% 0.52% -
XYZ 10.51 17.8 6.01 -
YUV 100.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 54 133 51 0.59 0 0.62 0.48 117.8 0.45 0.36
Hex 36 85 33 3B 0 3E 30 76 2D 24
Octal 66 205 63 73 0 76 60 166 55 44
Binary 110110 10000101 110011 111011 0 111110 110000 1110110 101101 100100

Color Harmonies of #368533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368533

Black with #368533

Text Example


Text Example

White with #368533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368533; }

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

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

background-color css

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

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

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

border-color css

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

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

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