Html Css Color HEX #34943C Japanese Laurel

📋 copy color: '#34943C'

red 52 ◦ green 148 ◦ blue 60

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

Shades of Japanese Laurel #34943C

Tints of Japanese Laurel #34943C

RGB

 RED value IS 52 (20.7% from 255) = 20%

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

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

R = 20%
G = 56.92%
B = 23.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#34943C (or 0x34943C) is known color: Japanese Laurel. HEX triplet: 34, 94 and 3C. RGB value is (52,148,60). Sum of RGB (Red+Green+Blue) = 52+148+60=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #34943C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34943C is #CB6BC3. Grayscale: #6D6D6D. Windows color (decimal): -13331396 or 3970100. OLE color: 3970100.

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

Color convert

RGB 52 148 60 -
CMYK 0.65 0 0.59 0.42
HSL 125º 0.48% 0.39% -
HSV(B) 125º 0.65% 0.58% -
XYZ 12.82 22.24 7.89 -
YUV 109.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 52 148 60 0.65 0 0.59 0.42 125 0.48 0.39
Hex 34 94 3C 41 0 3B 2A 7D 30 27
Octal 64 224 74 101 0 73 52 175 60 47
Binary 110100 10010100 111100 1000001 0 111011 101010 1111101 110000 100111

Color Harmonies of #34943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34943C

Black with #34943C

Text Example


Text Example

White with #34943C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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