Html Css Color HEX #34913C Japanese Laurel

📋 copy color: '#34913C'

red 52 ◦ green 145 ◦ blue 60

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

Shades of Japanese Laurel #34913C

Tints of Japanese Laurel #34913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.42%

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

R = 20.23%
G = 56.42%
B = 23.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#34913C (or 0x34913C) is known color: Japanese Laurel. HEX triplet: 34, 91 and 3C. RGB value is (52,145,60). Sum of RGB (Red+Green+Blue) = 52+145+60=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #34913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34913C is #CB6EC3. Grayscale: #6B6B6B. Windows color (decimal): -13332164 or 3969332. OLE color: 3969332.

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

Color convert

RGB 52 145 60 -
CMYK 0.64 0 0.59 0.43
HSL 125.16º 0.47% 0.39% -
HSV(B) 125.16º 0.64% 0.57% -
XYZ 12.36 21.31 7.74 -
YUV 107.5 101.19 88.41 -
System Red Green Blue C M Y K H S L
Decimal 52 145 60 0.64 0 0.59 0.43 125.16 0.47 0.39
Hex 34 91 3C 40 0 3B 2B 7D 2F 27
Octal 64 221 74 100 0 73 53 175 57 47
Binary 110100 10010001 111100 1000000 0 111011 101011 1111101 101111 100111

Color Harmonies of #34913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34913C

Black with #34913C

Text Example


Text Example

White with #34913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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