Html Css Color HEX #3A7B33 Japanese Laurel

📋 copy color: '#3A7B33'

red 58 ◦ green 123 ◦ blue 51

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

Shades of Japanese Laurel #3A7B33

Tints of Japanese Laurel #3A7B33

RGB

 RED value IS 58 (23.05% from 255) = 25%

 GREEN value IS 123 (48.44% from 255) = 53.02%

 BLUE value IS 51 (20.31% from 255) = 21.98%

R = 25%
G = 53.02%
B = 21.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#3A7B33 (or 0x3A7B33) is known color: Japanese Laurel. HEX triplet: 3A, 7B and 33. RGB value is (58,123,51). Sum of RGB (Red+Green+Blue) = 58+123+51=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B33 is #C584CC. Grayscale: #5F5F5F. Windows color (decimal): -12944589 or 3373882. OLE color: 3373882.

HSL color Cylindrical-coordinate representation of color #3A7B33: hue angle of 114.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A7B33 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 123 51 -
CMYK 0.53 0 0.59 0.52
HSL 114.17º 0.41% 0.34% -
HSV(B) 114.17º 0.59% 0.48% -
XYZ 9.43 15.3 5.59 -
YUV 95.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 58 123 51 0.53 0 0.59 0.52 114.17 0.41 0.34
Hex 3A 7B 33 35 0 3B 34 72 29 22
Octal 72 173 63 65 0 73 64 162 51 42
Binary 111010 1111011 110011 110101 0 111011 110100 1110010 101001 100010

Color Harmonies of #3A7B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7B33

Black with #3A7B33

Text Example


Text Example

White with #3A7B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7B33; }

 p { color: rgb(58,123,51); }

 H1.HeaderClassName
 {
   color: #3A7B33;
 }
 .AnyTagClassName
 {
   color: #3A7B33;
 }
</style>

background-color css

<style>
 a { background-color: #3A7B33; }

 a { background-color: rgb(58,123,51); }

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

border-color css

<style>
 span { border-color: #3A7B33; }

 span { border-color: rgb(58,123,51); }

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