Html Css Color HEX #3B8038 Japanese Laurel

📋 copy color: '#3B8038'

red 59 ◦ green 128 ◦ blue 56

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

Shades of Japanese Laurel #3B8038

Tints of Japanese Laurel #3B8038

RGB

 RED value IS 59 (23.44% from 255) = 24.28%

 GREEN value IS 128 (50.39% from 255) = 52.67%

 BLUE value IS 56 (22.27% from 255) = 23.05%

R = 24.28%
G = 52.67%
B = 23.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#3B8038 (or 0x3B8038) is known color: Japanese Laurel. HEX triplet: 3B, 80 and 38. RGB value is (59,128,56). Sum of RGB (Red+Green+Blue) = 59+128+56=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #3B8038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8038 is #C47FC7. Grayscale: #636363. Windows color (decimal): -12877768 or 3702843. OLE color: 3702843.

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

Color convert

RGB 59 128 56 -
CMYK 0.54 0 0.56 0.50
HSL 117.5º 0.39% 0.36% -
HSV(B) 117.5º 0.56% 0.5% -
XYZ 10.24 16.65 6.42 -
YUV 99.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 59 128 56 0.54 0 0.56 0.50 117.5 0.39 0.36
Hex 3B 80 38 36 0 38 32 76 27 24
Octal 73 200 70 66 0 70 62 166 47 44
Binary 111011 10000000 111000 110110 0 111000 110010 1110110 100111 100100

Color Harmonies of #3B8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8038

Black with #3B8038

Text Example


Text Example

White with #3B8038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,128,56); }

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

background-color css

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

 a { background-color: rgb(59,128,56); }

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

border-color css

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

 span { border-color: rgb(59,128,56); }

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