Html Css Color HEX #35833E Japanese Laurel

📋 copy color: '#35833E'

red 53 ◦ green 131 ◦ blue 62

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

Shades of Japanese Laurel #35833E

Tints of Japanese Laurel #35833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 21.54%
G = 53.25%
B = 25.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#35833E (or 0x35833E) is known color: Japanese Laurel. HEX triplet: 35, 83 and 3E. RGB value is (53,131,62). Sum of RGB (Red+Green+Blue) = 53+131+62=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #35833E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35833E is #CA7CC1. Grayscale: #646464. Windows color (decimal): -13270210 or 4096821. OLE color: 4096821.

HSL color Cylindrical-coordinate representation of color #35833E: hue angle of 126.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35833E is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 62 -
CMYK 0.60 0 0.53 0.49
HSL 126.92º 0.42% 0.36% -
HSV(B) 126.92º 0.6% 0.51% -
XYZ 10.45 17.34 7.35 -
YUV 99.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 53 131 62 0.60 0 0.53 0.49 126.92 0.42 0.36
Hex 35 83 3E 3C 0 35 31 7F 2A 24
Octal 65 203 76 74 0 65 61 177 52 44
Binary 110101 10000011 111110 111100 0 110101 110001 1111111 101010 100100

Color Harmonies of #35833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35833E

Black with #35833E

Text Example


Text Example

White with #35833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35833E; }

 p { color: rgb(53,131,62); }

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

background-color css

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

 a { background-color: rgb(53,131,62); }

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

border-color css

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

 span { border-color: rgb(53,131,62); }

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