Html Css Color HEX #34903D Japanese Laurel

📋 copy color: '#34903D'

red 52 ◦ green 144 ◦ blue 61

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

Shades of Japanese Laurel #34903D

Tints of Japanese Laurel #34903D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.03%

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

R = 20.23%
G = 56.03%
B = 23.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#34903D (or 0x34903D) is known color: Japanese Laurel. HEX triplet: 34, 90 and 3D. RGB value is (52,144,61). Sum of RGB (Red+Green+Blue) = 52+144+61=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #34903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34903D is #CB6FC2. Grayscale: #6B6B6B. Windows color (decimal): -13332419 or 4034612. OLE color: 4034612.

HSL color Cylindrical-coordinate representation of color #34903D: hue angle of 125.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34903D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 61 -
CMYK 0.64 0 0.58 0.44
HSL 125.87º 0.47% 0.38% -
HSV(B) 125.87º 0.64% 0.56% -
XYZ 12.23 21.01 7.83 -
YUV 107.03 102.02 88.75 -
System Red Green Blue C M Y K H S L
Decimal 52 144 61 0.64 0 0.58 0.44 125.87 0.47 0.38
Hex 34 90 3D 40 0 3A 2C 7E 2F 26
Octal 64 220 75 100 0 72 54 176 57 46
Binary 110100 10010000 111101 1000000 0 111010 101100 1111110 101111 100110

Color Harmonies of #34903D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34903D

Black with #34903D

Text Example


Text Example

White with #34903D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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