Html Css Color HEX #34893B Japanese Laurel

📋 copy color: '#34893B'

red 52 ◦ green 137 ◦ blue 59

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

Shades of Japanese Laurel #34893B

Tints of Japanese Laurel #34893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 20.97%
G = 55.24%
B = 23.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#34893B (or 0x34893B) is known color: Japanese Laurel. HEX triplet: 34, 89 and 3B. RGB value is (52,137,59). Sum of RGB (Red+Green+Blue) = 52+137+59=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #34893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34893B is #CB76C4. Grayscale: #666666. Windows color (decimal): -13334213 or 3901748. OLE color: 3901748.

HSL color Cylindrical-coordinate representation of color #34893B: hue angle of 124.94º 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 #34893B is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 59 -
CMYK 0.62 0 0.57 0.46
HSL 124.94º 0.45% 0.37% -
HSV(B) 124.94º 0.62% 0.54% -
XYZ 11.15 18.94 7.21 -
YUV 102.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 52 137 59 0.62 0 0.57 0.46 124.94 0.45 0.37
Hex 34 89 3B 3E 0 39 2E 7D 2D 25
Octal 64 211 73 76 0 71 56 175 55 45
Binary 110100 10001001 111011 111110 0 111001 101110 1111101 101101 100101

Color Harmonies of #34893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34893B

Black with #34893B

Text Example


Text Example

White with #34893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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