Html Css Color HEX #35943C Japanese Laurel

📋 copy color: '#35943C'

red 53 ◦ green 148 ◦ blue 60

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

Shades of Japanese Laurel #35943C

Tints of Japanese Laurel #35943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.7%

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

R = 20.31%
G = 56.7%
B = 22.99%

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

#35943C (or 0x35943C) is known color: Japanese Laurel. HEX triplet: 35, 94 and 3C. RGB value is (53,148,60). Sum of RGB (Red+Green+Blue) = 53+148+60=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #35943C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35943C is #CA6BC3. Grayscale: #6D6D6D. Windows color (decimal): -13265860 or 3970101. OLE color: 3970101.

HSL color Cylindrical-coordinate representation of color #35943C: hue angle of 124.42º 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 #35943C is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 60 -
CMYK 0.64 0 0.59 0.42
HSL 124.42º 0.47% 0.39% -
HSV(B) 124.42º 0.64% 0.58% -
XYZ 12.87 22.26 7.89 -
YUV 109.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 53 148 60 0.64 0 0.59 0.42 124.42 0.47 0.39
Hex 35 94 3C 40 0 3B 2A 7C 2F 27
Octal 65 224 74 100 0 73 52 174 57 47
Binary 110101 10010100 111100 1000000 0 111011 101010 1111100 101111 100111

Color Harmonies of #35943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35943C

Black with #35943C

Text Example


Text Example

White with #35943C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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