Html Css Color HEX #35863C Japanese Laurel

📋 copy color: '#35863C'

red 53 ◦ green 134 ◦ blue 60

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

Shades of Japanese Laurel #35863C

Tints of Japanese Laurel #35863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.25%

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

R = 21.46%
G = 54.25%
B = 24.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#35863C (or 0x35863C) is known color: Japanese Laurel. HEX triplet: 35, 86 and 3C. RGB value is (53,134,60). Sum of RGB (Red+Green+Blue) = 53+134+60=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #35863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35863C is #CA79C3. Grayscale: #656565. Windows color (decimal): -13269444 or 3966517. OLE color: 3966517.

HSL color Cylindrical-coordinate representation of color #35863C: hue angle of 125.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35863C is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 60 -
CMYK 0.60 0 0.55 0.47
HSL 125.19º 0.43% 0.37% -
HSV(B) 125.19º 0.6% 0.53% -
XYZ 10.81 18.13 7.21 -
YUV 101.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 53 134 60 0.60 0 0.55 0.47 125.19 0.43 0.37
Hex 35 86 3C 3C 0 37 2F 7D 2B 25
Octal 65 206 74 74 0 67 57 175 53 45
Binary 110101 10000110 111100 111100 0 110111 101111 1111101 101011 100101

Color Harmonies of #35863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35863C

Black with #35863C

Text Example


Text Example

White with #35863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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