Html Css Color HEX #34913D Japanese Laurel

📋 copy color: '#34913D'

red 52 ◦ green 145 ◦ blue 61

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

Shades of Japanese Laurel #34913D

Tints of Japanese Laurel #34913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 20.16%
G = 56.2%
B = 23.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#34913D (or 0x34913D) is known color: Japanese Laurel. HEX triplet: 34, 91 and 3D. RGB value is (52,145,61). Sum of RGB (Red+Green+Blue) = 52+145+61=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #34913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34913D is #CB6EC2. Grayscale: #6B6B6B. Windows color (decimal): -13332163 or 4034868. OLE color: 4034868.

HSL color Cylindrical-coordinate representation of color #34913D: hue angle of 125.81º 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 #34913D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 61 -
CMYK 0.64 0 0.58 0.43
HSL 125.81º 0.47% 0.39% -
HSV(B) 125.81º 0.64% 0.57% -
XYZ 12.38 21.32 7.88 -
YUV 107.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 52 145 61 0.64 0 0.58 0.43 125.81 0.47 0.39
Hex 34 91 3D 40 0 3A 2B 7E 2F 27
Octal 64 221 75 100 0 72 53 176 57 47
Binary 110100 10010001 111101 1000000 0 111010 101011 1111110 101111 100111

Color Harmonies of #34913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34913D

Black with #34913D

Text Example


Text Example

White with #34913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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