Html Css Color HEX #34893D Japanese Laurel

📋 copy color: '#34893D'

red 52 ◦ green 137 ◦ blue 61

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

Shades of Japanese Laurel #34893D

Tints of Japanese Laurel #34893D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.8%

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

R = 20.8%
G = 54.8%
B = 24.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#34893D (or 0x34893D) is known color: Japanese Laurel. HEX triplet: 34, 89 and 3D. RGB value is (52,137,61). Sum of RGB (Red+Green+Blue) = 52+137+61=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #34893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34893D is #CB76C2. Grayscale: #676767. Windows color (decimal): -13334211 or 4032820. OLE color: 4032820.

HSL color Cylindrical-coordinate representation of color #34893D: hue angle of 126.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34893D is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 61 -
CMYK 0.62 0 0.55 0.46
HSL 126.35º 0.45% 0.37% -
HSV(B) 126.35º 0.62% 0.54% -
XYZ 11.2 18.96 7.48 -
YUV 102.92 104.34 91.68 -
System Red Green Blue C M Y K H S L
Decimal 52 137 61 0.62 0 0.55 0.46 126.35 0.45 0.37
Hex 34 89 3D 3E 0 37 2E 7E 2D 25
Octal 64 211 75 76 0 67 56 176 55 45
Binary 110100 10001001 111101 111110 0 110111 101110 1111110 101101 100101

Color Harmonies of #34893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34893D

Black with #34893D

Text Example


Text Example

White with #34893D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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