Html Css Color HEX #35883C Japanese Laurel

📋 copy color: '#35883C'

red 53 ◦ green 136 ◦ blue 60

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

Shades of Japanese Laurel #35883C

Tints of Japanese Laurel #35883C

RGB

 RED value IS 53 (21.09% from 255) = 21.29%

 GREEN value IS 136 (53.52% from 255) = 54.62%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 21.29%
G = 54.62%
B = 24.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#35883C (or 0x35883C) is known color: Japanese Laurel. HEX triplet: 35, 88 and 3C. RGB value is (53,136,60). Sum of RGB (Red+Green+Blue) = 53+136+60=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #35883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35883C is #CA77C3. Grayscale: #666666. Windows color (decimal): -13268932 or 3967029. OLE color: 3967029.

HSL color Cylindrical-coordinate representation of color #35883C: hue angle of 125.06º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35883C is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 60 -
CMYK 0.61 0 0.56 0.47
HSL 125.06º 0.44% 0.37% -
HSV(B) 125.06º 0.61% 0.53% -
XYZ 11.09 18.69 7.3 -
YUV 102.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 53 136 60 0.61 0 0.56 0.47 125.06 0.44 0.37
Hex 35 88 3C 3D 0 38 2F 7D 2C 25
Octal 65 210 74 75 0 70 57 175 54 45
Binary 110101 10001000 111100 111101 0 111000 101111 1111101 101100 100101

Color Harmonies of #35883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35883C

Black with #35883C

Text Example


Text Example

White with #35883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35883C; }

 p { color: rgb(53,136,60); }

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

background-color css

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

 a { background-color: rgb(53,136,60); }

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

border-color css

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

 span { border-color: rgb(53,136,60); }

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