Html Css Color HEX #35933C Japanese Laurel

📋 copy color: '#35933C'

red 53 ◦ green 147 ◦ blue 60

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

Shades of Japanese Laurel #35933C

Tints of Japanese Laurel #35933C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.54%

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

R = 20.38%
G = 56.54%
B = 23.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#35933C (or 0x35933C) is known color: Japanese Laurel. HEX triplet: 35, 93 and 3C. RGB value is (53,147,60). Sum of RGB (Red+Green+Blue) = 53+147+60=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #35933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35933C is #CA6CC3. Grayscale: #6D6D6D. Windows color (decimal): -13266116 or 3969845. OLE color: 3969845.

HSL color Cylindrical-coordinate representation of color #35933C: hue angle of 124.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35933C is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 60 -
CMYK 0.64 0 0.59 0.42
HSL 124.47º 0.47% 0.39% -
HSV(B) 124.47º 0.64% 0.58% -
XYZ 12.72 21.95 7.84 -
YUV 108.98 100.36 88.07 -
System Red Green Blue C M Y K H S L
Decimal 53 147 60 0.64 0 0.59 0.42 124.47 0.47 0.39
Hex 35 93 3C 40 0 3B 2A 7C 2F 27
Octal 65 223 74 100 0 73 52 174 57 47
Binary 110101 10010011 111100 1000000 0 111011 101010 1111100 101111 100111

Color Harmonies of #35933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35933C

Black with #35933C

Text Example


Text Example

White with #35933C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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