Html Css Color HEX #34763E Japanese Laurel

📋 copy color: '#34763E'

red 52 ◦ green 118 ◦ blue 62

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

Shades of Japanese Laurel #34763E

Tints of Japanese Laurel #34763E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 22.41%
G = 50.86%
B = 26.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#34763E (or 0x34763E) is known color: Japanese Laurel. HEX triplet: 34, 76 and 3E. RGB value is (52,118,62). Sum of RGB (Red+Green+Blue) = 52+118+62=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #34763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34763E is #CB89C1. Grayscale: #5C5C5C. Windows color (decimal): -13339074 or 4093492. OLE color: 4093492.

HSL color Cylindrical-coordinate representation of color #34763E: hue angle of 129.09º 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 #34763E is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 118 62 -
CMYK 0.56 0 0.47 0.54
HSL 129.09º 0.39% 0.33% -
HSV(B) 129.09º 0.56% 0.46% -
XYZ 8.76 14.03 6.8 -
YUV 91.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 52 118 62 0.56 0 0.47 0.54 129.09 0.39 0.33
Hex 34 76 3E 38 0 2F 36 81 27 21
Octal 64 166 76 70 0 57 66 201 47 41
Binary 110100 1110110 111110 111000 0 101111 110110 10000001 100111 100001

Color Harmonies of #34763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34763E

Black with #34763E

Text Example


Text Example

White with #34763E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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