Html Css Color HEX #34763B Japanese Laurel

📋 copy color: '#34763B'

red 52 ◦ green 118 ◦ blue 59

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

Shades of Japanese Laurel #34763B

Tints of Japanese Laurel #34763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.53%

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

R = 22.71%
G = 51.53%
B = 25.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#34763B (or 0x34763B) is known color: Japanese Laurel. HEX triplet: 34, 76 and 3B. RGB value is (52,118,59). Sum of RGB (Red+Green+Blue) = 52+118+59=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #34763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34763B is #CB89C4. Grayscale: #5B5B5B. Windows color (decimal): -13339077 or 3896884. OLE color: 3896884.

HSL color Cylindrical-coordinate representation of color #34763B: hue angle of 126.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34763B is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 118 59 -
CMYK 0.56 0 0.50 0.54
HSL 126.36º 0.39% 0.33% -
HSV(B) 126.36º 0.56% 0.46% -
XYZ 8.68 14 6.38 -
YUV 91.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 52 118 59 0.56 0 0.50 0.54 126.36 0.39 0.33
Hex 34 76 3B 38 0 32 36 7E 27 21
Octal 64 166 73 70 0 62 66 176 47 41
Binary 110100 1110110 111011 111000 0 110010 110110 1111110 100111 100001

Color Harmonies of #34763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34763B

Black with #34763B

Text Example


Text Example

White with #34763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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