Html Css Color HEX #34883C Japanese Laurel

📋 copy color: '#34883C'

red 52 ◦ green 136 ◦ blue 60

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

Shades of Japanese Laurel #34883C

Tints of Japanese Laurel #34883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.84%

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

R = 20.97%
G = 54.84%
B = 24.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#34883C (or 0x34883C) is known color: Japanese Laurel. HEX triplet: 34, 88 and 3C. RGB value is (52,136,60). Sum of RGB (Red+Green+Blue) = 52+136+60=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #34883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34883C is #CB77C3. Grayscale: #666666. Windows color (decimal): -13334468 or 3967028. OLE color: 3967028.

HSL color Cylindrical-coordinate representation of color #34883C: hue angle of 125.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34883C is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 60 -
CMYK 0.62 0 0.56 0.47
HSL 125.71º 0.45% 0.37% -
HSV(B) 125.71º 0.62% 0.53% -
XYZ 11.04 18.66 7.3 -
YUV 102.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 52 136 60 0.62 0 0.56 0.47 125.71 0.45 0.37
Hex 34 88 3C 3E 0 38 2F 7E 2D 25
Octal 64 210 74 76 0 70 57 176 55 45
Binary 110100 10001000 111100 111110 0 111000 101111 1111110 101101 100101

Color Harmonies of #34883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34883C

Black with #34883C

Text Example


Text Example

White with #34883C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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