Html Css Color HEX #368535 Japanese Laurel

📋 copy color: '#368535'

red 54 ◦ green 133 ◦ blue 53

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

Shades of Japanese Laurel #368535

Tints of Japanese Laurel #368535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 22.5%
G = 55.42%
B = 22.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#368535 (or 0x368535) is known color: Japanese Laurel. HEX triplet: 36, 85 and 35. RGB value is (54,133,53). Sum of RGB (Red+Green+Blue) = 54+133+53=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #368535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368535 is #C97ACA. Grayscale: #646464. Windows color (decimal): -13204171 or 3507510. OLE color: 3507510.

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

Color convert

RGB 54 133 53 -
CMYK 0.59 0 0.60 0.48
HSL 119.25º 0.43% 0.36% -
HSV(B) 119.25º 0.6% 0.52% -
XYZ 10.55 17.82 6.25 -
YUV 100.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 54 133 53 0.59 0 0.60 0.48 119.25 0.43 0.36
Hex 36 85 35 3B 0 3C 30 77 2B 24
Octal 66 205 65 73 0 74 60 167 53 44
Binary 110110 10000101 110101 111011 0 111100 110000 1110111 101011 100100

Color Harmonies of #368535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368535

Black with #368535

Text Example


Text Example

White with #368535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368535; }

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

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

background-color css

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

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

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

border-color css

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

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

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