Html Css Color HEX #38B78B Jungle Green

📋 copy color: '#38B78B'

red 56 ◦ green 183 ◦ blue 139

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

Shades of Jungle Green #38B78B

Tints of Jungle Green #38B78B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 14.81%
G = 48.41%
B = 36.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#38B78B (or 0x38B78B) is known color: Jungle Green. HEX triplet: 38, B7 and 8B. RGB value is (56,183,139). Sum of RGB (Red+Green+Blue) = 56+183+139=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #38B78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B78B is #C74874. Grayscale: #8C8C8C. Windows color (decimal): -13060213 or 9156408. OLE color: 9156408.

HSL color Cylindrical-coordinate representation of color #38B78B: hue angle of 159.21º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B78B is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 183 139 -
CMYK 0.69 0 0.24 0.28
HSL 159.21º 0.53% 0.47% -
HSV(B) 159.21º 0.69% 0.72% -
XYZ 23.22 36.57 30.26 -
YUV 140.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 56 183 139 0.69 0 0.24 0.28 159.21 0.53 0.47
Hex 38 B7 8B 45 0 18 1C 9F 35 2F
Octal 70 267 213 105 0 30 34 237 65 57
Binary 111000 10110111 10001011 1000101 0 11000 11100 10011111 110101 101111

Color Harmonies of #38B78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B78B

Black with #38B78B

Text Example


Text Example

White with #38B78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38B78B; }

 p { color: rgb(56,183,139); }

 H1.HeaderClassName
 {
   color: #38B78B;
 }
 .AnyTagClassName
 {
   color: #38B78B;
 }
</style>

background-color css

<style>
 a { background-color: #38B78B; }

 a { background-color: rgb(56,183,139); }

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

border-color css

<style>
 span { border-color: #38B78B; }

 span { border-color: rgb(56,183,139); }

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