Html Css Color HEX #38833F Japanese Laurel

📋 copy color: '#38833F'

red 56 ◦ green 131 ◦ blue 63

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

Shades of Japanese Laurel #38833F

Tints of Japanese Laurel #38833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 22.4%
G = 52.4%
B = 25.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#38833F (or 0x38833F) is known color: Japanese Laurel. HEX triplet: 38, 83 and 3F. RGB value is (56,131,63). Sum of RGB (Red+Green+Blue) = 56+131+63=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #38833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38833F is #C77CC0. Grayscale: #656565. Windows color (decimal): -13073601 or 4162360. OLE color: 4162360.

HSL color Cylindrical-coordinate representation of color #38833F: hue angle of 125.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38833F is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 63 -
CMYK 0.57 0 0.52 0.49
HSL 125.6º 0.4% 0.37% -
HSV(B) 125.6º 0.57% 0.51% -
XYZ 10.64 17.43 7.51 -
YUV 100.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 56 131 63 0.57 0 0.52 0.49 125.6 0.4 0.37
Hex 38 83 3F 39 0 34 31 7E 28 25
Octal 70 203 77 71 0 64 61 176 50 45
Binary 111000 10000011 111111 111001 0 110100 110001 1111110 101000 100101

Color Harmonies of #38833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38833F

Black with #38833F

Text Example


Text Example

White with #38833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38833F; }

 p { color: rgb(56,131,63); }

 H1.HeaderClassName
 {
   color: #38833F;
 }
 .AnyTagClassName
 {
   color: #38833F;
 }
</style>

background-color css

<style>
 a { background-color: #38833F; }

 a { background-color: rgb(56,131,63); }

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

border-color css

<style>
 span { border-color: #38833F; }

 span { border-color: rgb(56,131,63); }

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