Html Css Color HEX #34833C Japanese Laurel

📋 copy color: '#34833C'

red 52 ◦ green 131 ◦ blue 60

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

Shades of Japanese Laurel #34833C

Tints of Japanese Laurel #34833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.91%

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

R = 21.4%
G = 53.91%
B = 24.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#34833C (or 0x34833C) is known color: Japanese Laurel. HEX triplet: 34, 83 and 3C. RGB value is (52,131,60). Sum of RGB (Red+Green+Blue) = 52+131+60=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #34833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34833C is #CB7CC3. Grayscale: #636363. Windows color (decimal): -13335748 or 3965748. OLE color: 3965748.

HSL color Cylindrical-coordinate representation of color #34833C: hue angle of 126.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34833C is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 60 -
CMYK 0.60 0 0.54 0.49
HSL 126.08º 0.43% 0.36% -
HSV(B) 126.08º 0.6% 0.51% -
XYZ 10.35 17.29 7.07 -
YUV 99.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 52 131 60 0.60 0 0.54 0.49 126.08 0.43 0.36
Hex 34 83 3C 3C 0 36 31 7E 2B 24
Octal 64 203 74 74 0 66 61 176 53 44
Binary 110100 10000011 111100 111100 0 110110 110001 1111110 101011 100100

Color Harmonies of #34833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34833C

Black with #34833C

Text Example


Text Example

White with #34833C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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