Html Css Color HEX #38883B Japanese Laurel

📋 copy color: '#38883B'

red 56 ◦ green 136 ◦ blue 59

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

Shades of Japanese Laurel #38883B

Tints of Japanese Laurel #38883B

RGB

 RED value IS 56 (22.27% from 255) = 22.31%

 GREEN value IS 136 (53.52% from 255) = 54.18%

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

R = 22.31%
G = 54.18%
B = 23.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#38883B (or 0x38883B) is known color: Japanese Laurel. HEX triplet: 38, 88 and 3B. RGB value is (56,136,59). Sum of RGB (Red+Green+Blue) = 56+136+59=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #38883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883B is #C777C4. Grayscale: #676767. Windows color (decimal): -13072325 or 3901496. OLE color: 3901496.

HSL color Cylindrical-coordinate representation of color #38883B: hue angle of 122.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38883B is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 59 -
CMYK 0.59 0 0.57 0.47
HSL 122.25º 0.42% 0.38% -
HSV(B) 122.25º 0.59% 0.53% -
XYZ 11.22 18.76 7.17 -
YUV 103.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 56 136 59 0.59 0 0.57 0.47 122.25 0.42 0.38
Hex 38 88 3B 3B 0 39 2F 7A 2A 26
Octal 70 210 73 73 0 71 57 172 52 46
Binary 111000 10001000 111011 111011 0 111001 101111 1111010 101010 100110

Color Harmonies of #38883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38883B

Black with #38883B

Text Example


Text Example

White with #38883B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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